home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-07-05 | 1.7 KB | 53 lines | [TEXT/MPS ] |
- # file MakeFile
- # BinHex decoder/encoder routines, example MPW Tool MakeFile.
- # Copyright (c) 1995, 1996, 1997 by John Montbriand. All Rights Reserved.
- # Permission hereby granted for public use.
- # Distribute freely in areas where the laws of copyright apply.
- # USE AT YOUR OWN RISK.
- # DO NOT DISTRIBUTE MODIFIED COPIES.
- # Comments/questions/postcards* to the author at the address:
- # John Montbriand
- # P.O. Box. 1133
- # Saskatoon Saskatchewan Canada
- # S7K 3N2
- # or by email at:
- # tinyjohn@sk.sympatico.ca
- # *if you mail a postcard, then I will provide you with technical support
- # regarding questions you may have about this file.
-
-
- hqxtool ƒƒ hqxtool.r hqxtool.rsrc
- Rez -t MPST -c 'MPS ' -i "{RIncludes}" hqxtool.r -o hqxtool
-
- hqxtool ƒƒ :obj:hqx.c.68K :obj:hqxtool.c.68K hqxtool.r hqxtool.rsrc
- Link -ac 4 -mf -o hqxtool ∂
- -t MPST -c 'MPS ' -sym off ∂
- :obj:hqx.c.68K :obj:hqxtool.c.68K ∂
- {CLibraries}StdCLib.o ∂
- {Libraries}Interface.o ∂
- {Libraries}MacRuntime.o ∂
- {Libraries}ToolLibs.o ∂
- {Libraries}IntEnv.o
-
-
- hqxtool ƒƒ :obj:hqx.c.PPC :obj:hqxtool.c.PPC hqxtool.r hqxtool.rsrc
- PPCLink -t MPST -c 'MPS ' -o hqxtool ∂
- :obj:hqx.c.PPC :obj:hqxtool.c.PPC ∂
- {SharedLibraries}InterfaceLib ∂
- {SharedLibraries}StdCLib ∂
- {PPCLibraries}PPCCRuntime.o ∂
- {PPCLibraries}StdCRuntime.o ∂
- {PPCLibraries}PPCToolLibs.o
-
- :obj:hqx.c.68K ƒ hqx.c hqx.h
- SC -align power -proto strict hqx.c -o :obj:hqx.c.68K
-
- :obj:hqx.c.PPC ƒ hqx.c hqx.h
- MrC -align power -proto strict hqx.c -o :obj:hqx.c.PPC
-
- :obj:hqxtool.c.68K ƒ hqxtool.c hqx.c hqx.h
- SC -align power -proto strict hqxtool.c -o :obj:hqxtool.c.68K
-
- :obj:hqxtool.c.PPC ƒ hqxtool.c hqx.c hqx.h
- MrC -align power -proto strict hqxtool.c -o :obj:hqxtool.c.PPC
-